go.opentelemetry.io/otel/attribute.Value.asInt64Slice (method)

4 uses

	go.opentelemetry.io/otel/attribute (current package)
		value.go#L167: 	return v.asInt64Slice()
		value.go#L170: func (v Value) asInt64Slice() []int64 {
		value.go#L224: 		return v.asInt64Slice()
		value.go#L245: 		return fmt.Sprint(v.asInt64Slice())